home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / classic.jar / skin / classic / global / findBar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-05-09  |  2.6 KB  |  112 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .findbar-closebutton {
  4.   list-style-image: url("moz-icon://stock/gtk-close?size=menu");
  5. }
  6.  
  7. findbar {
  8.   -moz-appearance: none !important;
  9.   border-top: 2px solid;
  10.   -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
  11.   border-bottom: 1px solid;
  12.   -moz-border-bottom-colors: transparent;
  13.   min-width: 1px;
  14. }
  15.  
  16. .find-buttons-container {
  17.   -moz-box-direction: reverse;
  18. }
  19.  
  20. /* find-next button */
  21.  
  22. .findbar-find-next {
  23.   list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
  24. }
  25.  
  26. .findbar-find-next[disabled="true"] {
  27.   list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
  28. }
  29.  
  30. .findbar-find-next[chromedir="rtl"] {
  31.   list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
  32. }
  33.  
  34. .findbar-find-next[disabled="true"][chromedir="rtl"] {
  35.   list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
  36. }
  37.  
  38. /* find-previous button */
  39.  
  40. .findbar-find-previous {
  41.   list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
  42. }
  43.  
  44. .findbar-find-previous[disabled="true"] {
  45.   list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
  46. }
  47.  
  48. .findbar-find-previous[chromedir="rtl"] {
  49.   list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
  50. }
  51.  
  52. .findbar-find-previous[disabled="true"][chromedir="rtl"] {
  53.   list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
  54. }
  55.  
  56. /* highlight button */
  57.  
  58. .findbar-highlight {
  59.   list-style-image: url("chrome://global/skin/icons/find.png");
  60.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  61. }
  62.  
  63. .findbar-highlight[disabled="true"] {
  64.   -moz-image-region: rect(16px, 16px, 32px, 0px);
  65. }
  66.  
  67. .find-status-icon {
  68.   list-style-image: none;
  69.   margin-top: 2px;
  70.   margin-bottom: 0;
  71.   -moz-margin-start: 12px;
  72.   -moz-margin-end: 0;
  73.   width: 16px;
  74.   height: 16px;
  75. }
  76.  
  77. .findbar-find-status {
  78.   margin-top: 0;
  79.   margin-bottom: 0;
  80.   -moz-margin-start: 3px;
  81.   -moz-margin-end: 0;
  82.   padding: 2px;
  83. }
  84.  
  85. .find-status-icon[status="notfound"] {
  86.   list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
  87. }
  88.  
  89. .findbar-textbox {
  90.   -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
  91.   -moz-appearance: none;
  92.   border: none;
  93.   margin: 0;
  94. }
  95.  
  96. .findbar-textbox[status="notfound"] {
  97.   background-color: #FF6666;
  98.   color: #FFFFFF;
  99. }
  100.  
  101. findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox {
  102.   background-color: yellow;
  103. }
  104.  
  105. .find-status-icon[status="wrapped"] {
  106.   list-style-image: url("chrome://global/skin/icons/wrap.png");
  107. }
  108.  
  109. .find-field-container {
  110.   -moz-appearance: textfield;
  111. }
  112.